home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 551-575 / disk_563 / kpri / src.lzh / protos.h < prev    next >
Text File  |  1991-10-28  |  3KB  |  82 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* gadgets.c            */
  6.  
  7. Prototype __regargs struct Gadget *InitGads(struct Screen *);
  8. Prototype void      FreeGads(void);
  9. Prototype UBYTE         *Buf_storage_str;
  10. Prototype struct Gadget *Gad_storage_str;
  11. Prototype struct Gadget *Gad_storage_list;
  12. Prototype struct Gadget *Gad_pagesize;
  13. Prototype struct Gadget *Gad_linelength;
  14. Prototype struct Gadget *Gad_split;
  15. Prototype struct Gadget *Gad_title;
  16. Prototype struct Gadget *Gad_filereq;
  17. Prototype struct Gadget *Gad_print_it;
  18. Prototype struct Gadget *Gad_automatic;
  19. Prototype struct Gadget *Gad_quit;
  20. Prototype struct NewGadget  NGAry[11];
  21. Prototype struct MinList    List_storage_list;
  22.  
  23. /* parse.c              */
  24.  
  25. Prototype           void  do_forget_it(void);
  26. Prototype           void  do_print_it(void);
  27. Prototype __regargs void  do_storage_str(SHORT);
  28. Prototype           void  do_storage_list(void);
  29. Prototype           void  do_quit(void);
  30. Prototype __regargs SHORT do_request(UBYTE *, UBYTE *, UWORD *);
  31. Prototype           void  do_filereq(void);
  32. Prototype __regargs void  do_togglegad(struct Gadget *);
  33. Prototype __regargs void  do_all(SHORT);
  34. Prototype SHORT pagesize;
  35. Prototype SHORT linelength;
  36. Prototype SHORT quit;
  37. Prototype SHORT split;
  38. Prototype SHORT title;
  39. Prototype SHORT autom;
  40. Prototype struct EasyStruct textreq;
  41.  
  42. /* subs.c               */
  43.  
  44. Prototype __regargs void  update_list(PE *);
  45. Prototype __regargs void  del_prienv(PE *);
  46. Prototype           void  cleanup(void);
  47. Prototype __regargs void  FreeRem(LONG *);
  48. Prototype __regargs void *AllocRem(PE *, LONG);
  49.  
  50. /* process.c            */
  51.  
  52. Prototype __regargs void  split_bufs(PE *, PE *);
  53. Prototype           SHORT do_process(void);
  54. Prototype __regargs SHORT read_file(PE *);
  55. Prototype __regargs SHORT alloc_buf(PE *);
  56. Prototype           PE   *do_open(void);
  57. Prototype __regargs PE   *double_pe(PE *);
  58. Prototype           PE   *init_pe(void);
  59. Prototype __regargs void  count_pages(PE *);
  60. Prototype __regargs void  do_name(PE *, UBYTE *);
  61. Prototype           void  get_date(void);
  62. Prototype __regargs void  ask_print(UBYTE *);
  63. Prototype const UBYTE resume[];
  64. Prototype UBYTE date_buf[30];
  65.  
  66. /* prtinits.c           */
  67.  
  68. Prototype           BOOL  is_nec(void);
  69. Prototype __regargs BOOL  init_par(PE *);   /* send printer setup codes */
  70. Prototype           void  close_prt(void);  /* close prt:  */
  71. Prototype           BOOL  init_prt(void);
  72. Prototype FH *prt;       /* prt:    */
  73.  
  74. /* pic.c                */
  75.  
  76. Prototype struct Image image0;
  77. Prototype struct Image *images[9];
  78.  
  79. /* main.c               */
  80.  
  81. Prototype struct Window *win;
  82.